home *** CD-ROM | disk | FTP | other *** search
/ Varios Español / Varios Español.iso / DBASE5 / TEMPLATE.ZIP / DD_APND.COD < prev    next >
Text File  |  1994-10-12  |  898b  |  30 lines

  1. //
  2. // Module Name: DD_APND.COD - current (selector name): Menu_Act = 7
  3. // Selectors used : Appnd_from, Appnd_type, For_Expr
  4. // Description: DOC. include file for the APPEND option.
  5. // Syntax     : APPEND FROM <filename> [FOR <condition>]
  6. //                     [TYPE <file type>]
  7. //                     [DELIMITED [WITH BLANK/<delimiter>]]
  8. //
  9. Añadir registros desde {if Appnd_type == 5}la matriz{else}el fichero{endif} {lower(Appnd_from)}
  10. {if For_Expr || Appnd_type then}
  11. {endofpage();}
  12. Opciones del mandato:
  13. { if For_Expr then} FOR {For_Expr}{endif}
  14. { if Appnd_type && Appnd_type != 5 then} TYPE {endif}\
  15. {  case Appnd_type of}
  16. {  0: // DBF}
  17. {  1:}dBASEII
  18. {  2:}FW2
  19. {  3:}RPD
  20. {  4:}DELIMITED {if Appl_Delim}WITH {Appl_Delim}{endif}
  21. {  5: // ARRAY}
  22. {  6:}SDF
  23. {  7:}DIF
  24. {  8:}SYLK
  25. {  9:}WKS
  26. {  endcase}
  27. // end of if Appnd_type
  28. {endif // if For_Expr}
  29. // EOP DD_APND.COD
  30.